home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 June / MacHome Magazine Demo Disc June 2001.iso / Stuff / Software / Audio / MacAmp™ 2.0.1 / Entheogen 1.1 / Third Party Plugins / WhiteCap 3.4! / (into Entheogen Plugins Folder) / WhiteCap Configs / Radar Scope < prev    next >
Encoding:
Text File  |  2000-01-31  |  942 b   |  63 lines  |  [TEXT/ttxt]

  1. /*
  2. "Radar Scope"
  3. This was actually inspired by Yellow Alert. I really liked that one 
  4. it in concept, and liked the look of it, but it was hard to really 
  5. see and feel the music in it when the only thing that varied was the 
  6. color. So I made a similar one where the elevation also varied... And 
  7. just to distinguish it a bit more from Yellow Alert I changed the 
  8. colors as well (red on blue rather then yellow on green).
  9. - Mike "Belar" Powell
  10. */
  11.  
  12. Resn=10,
  13.  
  14. Durn="4",
  15.  
  16. CamX="65-80*sin(t * .26 )",
  17. CamY="20+60*sin(t * .247 )",
  18. CamZ="85-70*sin( .197 * t )",
  19.  
  20.  
  21.  
  22. CmLX="-1",
  23. CmLY=".3",
  24. CmLZ="-.5",
  25.  
  26. CUpX="0",
  27. CUpY="0",
  28. CUpZ="1",
  29.  
  30.  
  31. R="1.2 * mag(s) * (1 - dt)",
  32. G="0",
  33. B="0",
  34.  
  35. LvlR="1",
  36. LvlG="0",
  37. LvlB="0",
  38.  
  39. ConL=1, ConB=1,
  40.  
  41. Blrs=0, BlrB=0,
  42.  
  43. LWdt="1",
  44.  
  45. Fall="1",
  46.  
  47. C0="100 * sin(1.57 * st)", // X rotation
  48. C1="100 * cos(1.57 * st)", // Y rotation
  49.  
  50. X="C0 * s",
  51. Y="C1 * s",
  52. Z="mag(s) * 15",
  53.  
  54. widt=640,heig=480,
  55.  
  56. Scal="900"
  57.  
  58. ScSz=1,
  59.  
  60. Pers="250",
  61.  
  62. Vers=30
  63.